home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID008.dxr / 00182.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  137 b   |  13 lines

  1. on exitFrame
  2.   puppetSprite(5, 0)
  3.   if the timer < 3250 then
  4.     go(the frame)
  5.   else
  6.     go(114)
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   go(114)
  12. end
  13.